home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_b / prvrt.doc < prev    next >
Text File  |  1995-04-22  |  1KB  |  16 lines

  1. 10 POKE 709,8:POKE 710,0:POKE 712,0 
  2. 20 ? CHR$(125) 
  3. 30 ? "PRVRT1.CRE and PRVRT2.CRE make up a   two-part file which can be used to" 
  4. 40 ? "recreate 'PERVERT.CMP', a utility to  reformat PERCOM-formatted disks so all"; 
  5. 50 ? "empty sectors contain zeroes. This    allows much faster copying when using" 
  6. 60 ? "a sector-by-sector copy utility such  as SCOPY or DOS 2.6f, which don't copyempty sectors.":?  
  7. 70 ? "To create PERVERT.CMP, first ENTER    PRVRT1.CRE and RUN it. When done, you" 
  8. 80 ? "will be directed to 'Press [RETURN] 3 times'. Doing so will clear PRVRT1.CRE"; 
  9. 90 ? "out of memory, ENTER PRVRT2.CRE and" 
  10. 100 ? "RUN it. A new file, PERVERT.CMP, will now be present on your disk. It can be"; 
  11. 110 ? "run by using the 'L' option from DOS  or you  can rename it 'AUTORUN.SYS'" 
  12. 120 ? "so it will self-boot. It can be run   with or without the BASIC cartridge." 
  13. 130 ? "            S. L. Harrison [74435,451]";:POSITION 2,21:END  
  14. 140 REM PERVERT was written in BASIC with machine language subroutines, and compiled with the ABC Compiler from 
  15. 150 REM Monarch Data Systems, by S. L. Harrison [74435,451], May 14, 1984 
  16.